devisualization.image.storage.base

Common scan line storage implementations

Members

Structs

ImageStorageHorizontal
struct ImageStorageHorizontal(Color)

A fairly simple image storage type using a horizontal scan line memory order.

ImageStorageVertical
struct ImageStorageVertical(Color)

A fairly simple image storage type using a vertical scan line memory order.

Meta

License

Copyright Devisualization (Richard Andrew Cattermole) 2014 - 2017. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)